All Questions
Tagged with customizationcustom-taxonomy
138 questions
0votes
1answer
974views
ACF - Tags not showing up in Custom Post Types
I have a tags taxonomy and then I've added it to my CPT, however it does not give me the option to add tags to my CPT now. How do I get it to do that?
0votes
1answer
36views
Taxonomy question how to add more data
Normally taxonomy has a name and a value in the template I'm using it has a name value and what they call category what I'm wondering is what function call in PHP do you use to set that category I ...
0votes
0answers
42views
Custom post type URl Cutomization
I am creating a custom CPT where I have customized CPT URL structure of CPT, I am using the rewrite rule for this but it is conflicting This is a Lessons CPT, and I want to remove lessons from the URL ...
0votes
0answers
21views
How to develop Knowledge center in WordPress Website
I need to develop Knowledge Center Concept in my Website, where I can Publish Blog Posts, Case Studies, Customer Success Stories, Info-graphics & Whitepapers etc. How can i develop such concept in ...
0votes
1answer
667views
cannot export data from CPT UI (books)
I am working on migrating a website that was built with CPT UI & 'Advanced Custom Fields.' The intent is a library of translated books, and the custom taxonomy from these tools permitted the books ...
0votes
0answers
42views
How do I ensure that post_type and Taxonomy use the same slug?
I had to create a Custom Post Type and taxonomy to add a question and answer section to my site. But I want both of them to use the same persistent link. The codes are like this, so one of the two ...
1vote
1answer
75views
list/consult Taxonomy only for the respective author/creator in dashbboard
I'm trying to filter so that only the creators of the respective categories can edit them. I created a cat_author meta field and associated it to the taxonomy. In this way, every taxonomy has an ...
0votes
1answer
417views
How do I disable the built-in editor and automatically configure the properties of new pages?
I use a Builder plugin on the site. Members are editors and can create their own page. I want to disable Gutenberg so that they can only edit pages with Buldir. I would also disable the properties of ...
0votes
1answer
54views
optimal taxonomy or custom post types
hi everyone on this community, i've been researching this but everytime i think i'm getting somewhere, i hit a dead end and have to start again; so i thought i'd reach out to this community for some ...
0votes
0answers
73views
Adding category base to url in custom post giving 404?
I'm building a mobile site and need to use a custom post i used to build it with Custom Post Type UI and got the code inside function.php first time I tried it it was ok and working but the category ...
0votes
1answer
921views
Display posts by alphabetical order
I just purchased a WordPress theme. I’m trying to sort post on one category into an alphabetical listing (glossary type of listing). Example : https://www.udiscovermusic.com/browse-artists/ There are ...
2votes
1answer
210views
Auto add taxonomy if post has category
First off this is my first time posting on here. I can usually do research and put together code that I need based off of other's responses, but I'm stumped on this one. I've been at this for almost a ...
1vote
0answers
63views
How do I move/order posts with a tag to the end?
Let's talk about the situation first. I have a query for finalists, some of which has a tag 'Special Mention'. I need to move all posts with the tag to the end of loop. e.g. I have 13 posts, 3 of ...
0votes
1answer
33views
How can i display a taxonomy? i have created a plugin and then a custom type. and a taxonomy , also i have register it
So my question is where i can place the code to display the taxonomy? i found this code `function get_taxonomies( $args = array(), $output = 'names', $operator = 'and' ) { global $wp_taxonomies; ...
1vote
0answers
57views
Wordpress sort search results by custom order
I want to search "sandwich" I have pages as "sandwich", sandwich-toast, sandwich-three-layer, sandwich-simple posts as "sandwich-recipe", "sandwich-maker-links",...